Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / FindIndex Method / FindIndex(Predicate<TextLineFragment>) Method

In This Topic
    FindIndex(Predicate<TextLineFragment>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of TextLineFragment) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<TextLineFragment> match
    )

    Parameters

    match
    See Also